home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / mailfile.arc / KILLFILE < prev    next >
Text File  |  1991-03-20  |  524b  |  20 lines

  1. if exist pcbstuff.kbd del pcbstuff.kbd >NUL
  2. l:\mailfile\killfile l:\mailfile\flatfile.dat
  3. if errorlevel 4 goto notfound
  4. if errorlevel 2 goto args
  5. if errorlevel 1 goto pcboard
  6.   echo Killed file!>pcbdoor.txt
  7.   copy l:\mailfile\flatfile.da@ l:\mailfile\flatfile.dat >NUL
  8.   del l:\mailfile\flatfile.da@ >NUL
  9.   goto end
  10. :pcboard
  11.   echo Could not open PCBOARD.SYS!>pcbdoor.txt
  12.   goto end
  13. :args
  14.   echo Not enough arguments!>pcbdoor.txt
  15.   goto end
  16. :notfound
  17.   echo File not found!>pcbdoor.txt
  18. :end
  19. l:\pcb\board
  20.